home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir30 / dt100.zip / !PACKING.LST < prev    next >
File List  |  1993-10-02  |  3KB  |  90 lines

  1. DrafTools
  2.              --Files Included with Version 1.00
  3.  
  4.  
  5.  
  6.     A. Installation and Documentation
  7.  
  8.  
  9. README  .DOC    Start-up instructions & last minute details.
  10.  
  11. !LICENSE.DOC    Licence, registration, and ordering instructions.
  12.  
  13. !ORDER  .DOC    Order form.
  14.  
  15. !PACKING.LST    List of included files.
  16.  
  17. !MANUAL .TXT    Users manual.  Plain text format for on-line viewing.
  18.  
  19. !MANUAL .PRN    Users manual.  COPY this file to any printer for a printed manual.
  20.  
  21. ACADPMNU.TXT    This ASCII file defines the pop-up DrafTools menu, and must be
  22.                 inserted into your ACAD.MNU file.
  23.  
  24.  
  25.  
  26.     B. DrafTools Program Files
  27.  
  28.  
  29. DT_INIT .LSP    This file defines custom settings and initializes DrafTools.  It
  30.                 must be loaded by your ACAD.LSP file.
  31.  
  32. MAKEBDR .LSP    AutoLISP program that creates a new Title Block Border.
  33.  
  34. MAKEBDR .DCL    Dialog box definition (DCL) file used by MAKEBDR.LSP.
  35.  
  36. INSTITLE.LSP    AutoLISP program that inserts a new title block into a drawing.
  37.  
  38. INSTITLE.DCL    Dialog box definition (DCL) file used by INSTITLE.LSP.
  39.  
  40. INSTITLE.HLP    On-line help text for INSTITLE.LSP (AutoCAD help file format).  
  41.  
  42. EDTITLE .LSP    AutoLISP program that allows attribute value editing of a
  43.                 previously inserted title block.
  44.  
  45. EDATTRIB.LSP    AutoLISP program for editing attribute definitions.
  46.  
  47. EDATTRIB.DCL    Dialog box definition (DCL) file used by EDATTRIB.LSP.
  48.  
  49. EDATTRIB.HLP    On-line help text for EDATTRIB.LSP (AutoCAD help file format).  
  50.  
  51. RE-ORDER.LSP    AutoLISP program for re-ordering and editing attribute definitions.
  52.  
  53. RE-ORDER.DCL    Dialog box definition (DCL) file used by RE-ORDER.LSP.
  54.  
  55. RE-ORDER.HLP    On-line help text for RE-ORDER.LSP (AutoCAD help file format).  
  56.  
  57. XDOS_DT .C    Source code for XDOS_DT.EXP (ADS application).
  58.  
  59. XDOS_DT .EXP    ADS application used by DrafTools for performing DOS file functions
  60.                 from within AutoCAD.  This routine was adapted from AutoDesk's XDOS utility.
  61.  
  62.  
  63.  
  64.     C. Sample Programs
  65.  
  66.  
  67. TBLOCK  .DWG    Sample title block design.
  68.  
  69. C_ARCH  .BDR    Sample C-Size Title Block using TBLOCK.DWG.
  70.  
  71. D_ARCH  .BDR    Sample D-Size Title Block using TBLOCK.DWG.
  72.  
  73. TBLOCK  .LSP    AutoLISP functions required by TBLOCK.DWG.*
  74.  
  75. SSINST  .DBF    DBase file containing names and addresses of septic system
  76.                 installers--used by sample title blocks.
  77.  
  78. SSINST  .ASC    ASCII file of contents of SSINST.DBF, included only to show contents
  79.                 of DBase file.
  80.  
  81.  
  82.     *  DrafTools programs look for and load a file named TBLOCK.LSP before
  83.            inserting or editing a title block.  This file contains the (SETSCALES)
  84.            function (see Appendix C, Supplied User Functions) as well as any
  85.            functions required by "dynamic default values".  However, if a function
  86.            is only required by one particular title block it can be defined in
  87.            xxxxxxxx.LSP where xxxxxxxx is the name of the title block xxxxxxxx.BDR
  88.            file that uses it.  (That is, if you insert C.BDR, the file C.LSP will
  89.            be loaded if it exists.)
  90.